/* START OF CONTACT FORM */

.msg {
    display: none;
}

.formButton {
    background: none;
    border: solid 4px #4b4b4b;
    color: #4b4b4b;
    border-radius: 1000px;
    cursor: pointer;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 25%;
}

.formButton:hover {
    /* background: #008ef4; */
    color: #f7fff7 !important;
    border: solid 4px #4b4b4b;
    box-shadow: inset 5em 0 0 5em #4b4b4b;
    background: #4b4b4b;
    /* 0 0 0 4px #f7fff7; */
}

.after:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

.grayOut {
    transition: all 0.5s;
    box-shadow: none !important;
    /* background:#f7fff7; */
}

.grayOut * {}

.grayOut>.frame,
.grayOut .line .frame {
    width: 0 !important;
}

.grayOut .name,
.grayOut .email,
.grayOut .telephone,
.grayOut .checkboxes,
.grayOut .message,
.grayOut .contactTitle {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

.absoluteUnit {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /* border:4px solid #4b4b4b; */
    /* border-radius:10px; */
    margin: auto;
    display: flex;
    height: 90%;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition-delay: 1s;
    transition-duration: 0.5s;
    transition-property: all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: #fff;
}

.relativeContainer {
    position: relative;
    height: 100%;
    width: 100%;
}

.contain {
    /* opacity: 0; */
    max-height: 100%;
}

.circle {
    border: 4px solid rgba(58, 165, 41, 1);
    background: rgba(58, 165, 41, .6);
    font-size: 60px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    padding: 5px;
    color: #fff;
    margin-bottom: 3vh;
    opacity: 1;
    /* transition-duration:0.5s; */
    /* transition-delay:1s; */
    /* transition-property: all; */
    /* line-height:60px; */
}

.opacity1 {
    animation: opacity1;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

@keyframes opacity1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.thankYouImg {
    max-height: 25%;
}

.contactAfter {
    line-height: 1.5;
}

.padding {
    padding: 25%;
}

button:focus {
    outline: none !important;
}

.formButtonHover {
    color: #f7fff7 !important;
    border: solid 4px #3aa529;
    box-shadow: inset 5em 0 0 5em #3aa529;
    background: #3aa529;
}

#container {
    /* border: solid 8px #4b4b4b; */
    border-radius: 10px;
    max-width: 70vw;
    height: 100%;
    /* margin: 60px auto; */
    /* margin-top: 5vh !important; */
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 5vh; */
    position: relative;
}

.errorHolder {
    position: absolute;
    font-size: .8rem;
    color: #DB5A42;
    top: -1vh;
    left: 0;
    list-style-type: none;
    font-weight: 600;
}

.parsley-errors-list {
    list-style-type: none;
    -webkit-padding-start: 0px;
}

form {
    padding: 37.5px;
}

h1 {
    color: #4b4b4b;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}

.icon {
    display: block;
    fill: #4b4b4b;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}

.email {
    float: right;
    width: 45%;
    position: relative;
}

input[type='text'],
[type='email'],
[type="tel"],
select,
textarea {
    background: none;
    border: none !important;
    /* border-bottom: solid 6px #4b4b4b; */
    color: #4b4b4b !important;
    font-size: 1.2rem !important;
    font-weight: 500;
    /* letter-spacing: 1px; */
    margin: 0em 0 2.2em 0;
    padding: 0 0 1em 0;
    /* text-transform: uppercase !important; */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control {
    padding: inherit !important;
    line-height: inherit !important;
    color: #4b4b4b !important;
    background-clip: border-box !important;
    border-radius: 0 !important;
}

input[type='text']:focus,
[type='email']:focus,
textarea:focus,
[type="tel"]:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    /* color:transparent !important; */
    /* padding: 0 0 0.875em 0; */
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

.message {
    float: left;
    position: relative;
    width: 100%;
}

.name {
    float: left;
    width: 45%;
    position: relative;
}

.line {
    position: relative;
    float: left;
    /* margin-top:2vh; */
    width: 100%;
}

select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select option {
    color: #454545;
    /* color: #3AA529; */
    font-size: 1.2rem;
}

select::-ms-expand {
    display: none;
}

.submit {
    text-align: center;
    /* padding-top: 2vh; */
}

.subject {
    width: 100%;
    position: relative;
    margin-bottom: 2vh;
    float: left;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.checkColumn {
    display: flex;
    flex-direction: column;
}

.checkboxes {
    width: 100%;
    position: relative;
    margin-bottom: 4vh;
    float: left;
}

.contactBoxes,
.label {
    cursor: pointer;
    text-transform: uppercase;
}

.label {
    /* margin-bottom:0; */
    font-size: 1.1rem;
    transition: all 0.3s;
    /* padding-left:1.5rem; */
    /* font-weight:600; */
}

.contactBoxes+.label {
    color: #4b4b4b;
}

.contactBoxes+.label:before {
    content: "";
    background: #fff;
    border: 2px solid #4b4b4b;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    /* margin:100%; */
    margin: .5rem;
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
}

.contactBoxes:checked+.label:before {
    content: "\e876";
    /* content:"\e5ca"; */
    font-family: "Material Icons";
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3rem;
    color: #3aa529;
    background: #fff;
    border: 2px solid #3aa529;
    /* background:rgba(255, 213, 7, 0.5); */
    /* background:rgba(58, 165, 41, 0.5); */
}

.contactBoxes:checked+.label {
    color: #3aa529;
}

.contactBoxes:focus+.label {
    outline: 1px solid #4b4b4b;
}

/* @media screen and (max-width:1400px){
    .label{
        font-size:.8rem;
    }
} */

.interests {
    color: #4b4b4b;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.contactBoxes {
    /* margin-right:.5rem; */
    /* width:1rem; */
    /* height:1rem; */
    /* background-color:red; */
    border: 0;
    /* color:red; */
}

.telephone {
    width: 100%;
    position: relative;
    /* max-height:5vh; */
    float: left;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #4b4b4b;
    text-transform: uppercase;
    /* font-size: 1.2rem; */
    /* font-weight:500; */
}

:-moz-placeholder {
    color: #4b4b4b;
    opacity: 1;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #4b4b4b;
    opacity: 1;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #4b4b4b;
    text-transform: uppercase;
}

.bigger {
    font-size: 2rem;
    color: #4b4b4b;
}

form {
    padding-top: 0 !important;
}

.contactForm {
    height: 100%;
}

.contactContainer {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 768px) {
    #container {
        margin: 20px auto;
        width: 95%;
    }
    form {
        padding: 5px;
    }
    .name {
        width: 100%;
    }
    .email {
        width: 100%;
    }
    .formButton {
        width: 75%;
    }
    .absoluteUnit {
        width: 100%;
        height: 60%;
    }
    .contactAfter {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    .underline {
        width: 68px;
    }
    #form_button {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 18px;
    }
    .icon {
        height: 35px;
        width: 35px;
    }
    .underline {
        width: 53px;
    }
    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 0.875em;
    }
}

/* END OF CONTACT FORM */

@media screen and (max-width:768px) {
    .pageTitle {
        font-size: 3rem;
        /* text-decoration: underline #3aa529 solid; */
        letter-spacing: 1rem;
    }
    .tinyContainer {
        height: 13vh;
    }
    .largeContainer {
        padding-left: 3%;
        padding-right: 3%;
    }
    .smallishContainerSkinny {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .mediumContainer {
        height: 100%;
        margin-top: 5vh;
    }
    .sectionTitle {
        font-size: 2.5rem;
        text-transform: uppercase;
        padding-bottom: 1%;
        font-weight: 600;
    }
    .largeContainer {
        height: 100%
    }
    .sectionDescription {
        font-size: 1rem;
        padding-top: 1%;
        font-weight: 400;
        line-height: 1.5;
    }
}

